home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 8 / Night Owl CD-ROM (NOPV8) (Night Owl Publisher) (1993).ISO / 014a / wme_10.arj / UTILS.ARJ / SMALLLOG.DOC < prev    next >
Text File  |  1992-10-16  |  2KB  |  37 lines

  1. SmallLog (C)1992 Jason Fesler.  All rights reserved.
  2. This program is free;  if you paid for it, you got ripped off!
  3. Included with the WME BBS Software.
  4.  
  5. This program was designed to quickly maintain my various log files.  It's 
  6. sole purpose it to make sure that my log files are never over a certain size.  
  7. It knows nothing about dates or anything.  It will merely look at the log 
  8. file, and if it's too big, remove enough of the oldest part of the log to 
  9. bring it back to size.
  10.  
  11. Syntax:  SMALLLOG <logfile> <kbytes_tokeep>
  12.  
  13. Both parameters are required, there are no defaults.
  14.  
  15. Example: SMALLLOG  WME.LOG  32
  16.  
  17. This would maintain my WME-BBS log file to 32k.  I run this command after 
  18. every caller exits the BBS, and on the 80286-8, it takes about 2 seconds.
  19.  
  20.  
  21.  * N O T E *
  22.  
  23. The only guarantees about this program are that it will take up disk space 
  24. and that this program is free of charge.
  25.  
  26. You may distribute this program and document file, under the following 
  27. condition:  you are not allowed to charge for the program, nor are you 
  28. allowed to charge for the service of copying and distributing the program.  
  29. You may not even charge for the cost of the media that you distribute this 
  30. program with.  Simply put, this program is to be 100% free to everyone.
  31.  
  32. If you wish to "bundle" this program with other programs, or distribute it as 
  33. part of a collection, you may request permission.  I can be reached at 
  34. FidoNet 1:203/7707, or emailed at 916-483-8486.
  35.  
  36.  
  37.